home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / opttree.zip / MFC.ZIP / MAINFRM.H < prev    next >
C/C++ Source or Header  |  1995-01-05  |  291b  |  17 lines

  1. // mainfrm.h : interface of the CMainFrame class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4.  
  5. class CMainFrame : public CFrameWnd
  6. {
  7. public:
  8.     CMainFrame();
  9.  
  10.     //{{AFX_MSG( CMainWindow )
  11.  
  12.     //}}AFX_MSG
  13.  
  14.     DECLARE_MESSAGE_MAP()
  15. };
  16.  
  17.